home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / time.n < prev    next >
Encoding:
Text File  |  1994-09-20  |  833 b   |  67 lines

  1.  
  2.  
  3.  
  4. time(n)               Tcl Built-In Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      time - Time the execution of a script
  12.  
  13. SYNOPSIS
  14.      time _s_c_r_i_p_t ?_c_o_u_n_t?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      This command will call the Tcl interpreter  _c_o_u_n_t  times  to
  20.      evaluate _s_c_r_i_p_t (or once if _c_o_u_n_t isn't specified).  It will
  21.      then return a string of the form
  22.  
  23.           503 microseconds per iteration
  24.  
  25.      which indicates the average  amount  of  time  required  per
  26.      iteration,  in  microseconds.   Time  is measured in elapsed
  27.      time, not CPU time.
  28.  
  29.  
  30. KEYWORDS
  31.      script, time
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tcl                                                             1
  64.  
  65.  
  66.  
  67.